home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
maya_miguel_global_groovin.swf
/
scripts
/
DefineButton2_60
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-09-27
|
247b
|
13 lines
on(release){
_root.sound5clip_1.start();
gotoAndStop("popup");
if(_root.ilang eq "english")
{
popups.gotoAndPlay("xy_english");
}
if(_root.ilang eq "espanol")
{
popups.gotoAndPlay("xy_espanol");
}
}